\(\int \frac {a+b \text {arcsinh}(c x)}{(\pi +c^2 \pi x^2)^{3/2}} \, dx\) [95]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [B] (verified)
   Fricas [F]
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 23, antiderivative size = 51 \[ \int \frac {a+b \text {arcsinh}(c x)}{\left (\pi +c^2 \pi x^2\right )^{3/2}} \, dx=\frac {x (a+b \text {arcsinh}(c x))}{\pi \sqrt {\pi +c^2 \pi x^2}}-\frac {b \log \left (1+c^2 x^2\right )}{2 c \pi ^{3/2}} \]

[Out]

-1/2*b*ln(c^2*x^2+1)/c/Pi^(3/2)+x*(a+b*arcsinh(c*x))/Pi/(Pi*c^2*x^2+Pi)^(1/2)

Rubi [A] (verified)

Time = 0.03 (sec) , antiderivative size = 51, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.087, Rules used = {5787, 266} \[ \int \frac {a+b \text {arcsinh}(c x)}{\left (\pi +c^2 \pi x^2\right )^{3/2}} \, dx=\frac {x (a+b \text {arcsinh}(c x))}{\pi \sqrt {\pi c^2 x^2+\pi }}-\frac {b \log \left (c^2 x^2+1\right )}{2 \pi ^{3/2} c} \]

[In]

Int[(a + b*ArcSinh[c*x])/(Pi + c^2*Pi*x^2)^(3/2),x]

[Out]

(x*(a + b*ArcSinh[c*x]))/(Pi*Sqrt[Pi + c^2*Pi*x^2]) - (b*Log[1 + c^2*x^2])/(2*c*Pi^(3/2))

Rule 266

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rule 5787

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)/((d_) + (e_.)*(x_)^2)^(3/2), x_Symbol] :> Simp[x*((a + b*ArcSinh
[c*x])^n/(d*Sqrt[d + e*x^2])), x] - Dist[b*c*(n/d)*Simp[Sqrt[1 + c^2*x^2]/Sqrt[d + e*x^2]], Int[x*((a + b*ArcS
inh[c*x])^(n - 1)/(1 + c^2*x^2)), x], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[e, c^2*d] && GtQ[n, 0]

Rubi steps \begin{align*} \text {integral}& = \frac {x (a+b \text {arcsinh}(c x))}{\pi \sqrt {\pi +c^2 \pi x^2}}-\frac {(b c) \int \frac {x}{1+c^2 x^2} \, dx}{\pi ^{3/2}} \\ & = \frac {x (a+b \text {arcsinh}(c x))}{\pi \sqrt {\pi +c^2 \pi x^2}}-\frac {b \log \left (1+c^2 x^2\right )}{2 c \pi ^{3/2}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.12 (sec) , antiderivative size = 66, normalized size of antiderivative = 1.29 \[ \int \frac {a+b \text {arcsinh}(c x)}{\left (\pi +c^2 \pi x^2\right )^{3/2}} \, dx=\frac {2 a c x+2 b c x \text {arcsinh}(c x)-b \sqrt {1+c^2 x^2} \log \left (1+c^2 x^2\right )}{2 c \pi ^{3/2} \sqrt {1+c^2 x^2}} \]

[In]

Integrate[(a + b*ArcSinh[c*x])/(Pi + c^2*Pi*x^2)^(3/2),x]

[Out]

(2*a*c*x + 2*b*c*x*ArcSinh[c*x] - b*Sqrt[1 + c^2*x^2]*Log[1 + c^2*x^2])/(2*c*Pi^(3/2)*Sqrt[1 + c^2*x^2])

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(109\) vs. \(2(45)=90\).

Time = 0.23 (sec) , antiderivative size = 110, normalized size of antiderivative = 2.16

method result size
default \(\frac {a x}{\pi \sqrt {\pi \,c^{2} x^{2}+\pi }}+b \left (\frac {2 \,\operatorname {arcsinh}\left (c x \right )}{c \,\pi ^{\frac {3}{2}}}-\frac {\left (c^{2} x^{2}-c x \sqrt {c^{2} x^{2}+1}+1\right ) \operatorname {arcsinh}\left (c x \right )}{\pi ^{\frac {3}{2}} c \left (c^{2} x^{2}+1\right )}-\frac {\ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )}{c \,\pi ^{\frac {3}{2}}}\right )\) \(110\)
parts \(\frac {a x}{\pi \sqrt {\pi \,c^{2} x^{2}+\pi }}+b \left (\frac {2 \,\operatorname {arcsinh}\left (c x \right )}{c \,\pi ^{\frac {3}{2}}}-\frac {\left (c^{2} x^{2}-c x \sqrt {c^{2} x^{2}+1}+1\right ) \operatorname {arcsinh}\left (c x \right )}{\pi ^{\frac {3}{2}} c \left (c^{2} x^{2}+1\right )}-\frac {\ln \left (1+\left (c x +\sqrt {c^{2} x^{2}+1}\right )^{2}\right )}{c \,\pi ^{\frac {3}{2}}}\right )\) \(110\)

[In]

int((a+b*arcsinh(c*x))/(Pi*c^2*x^2+Pi)^(3/2),x,method=_RETURNVERBOSE)

[Out]

a/Pi*x/(Pi*c^2*x^2+Pi)^(1/2)+b*(2/c/Pi^(3/2)*arcsinh(c*x)-1/Pi^(3/2)*(c^2*x^2-c*x*(c^2*x^2+1)^(1/2)+1)*arcsinh
(c*x)/c/(c^2*x^2+1)-1/c/Pi^(3/2)*ln(1+(c*x+(c^2*x^2+1)^(1/2))^2))

Fricas [F]

\[ \int \frac {a+b \text {arcsinh}(c x)}{\left (\pi +c^2 \pi x^2\right )^{3/2}} \, dx=\int { \frac {b \operatorname {arsinh}\left (c x\right ) + a}{{\left (\pi + \pi c^{2} x^{2}\right )}^{\frac {3}{2}}} \,d x } \]

[In]

integrate((a+b*arcsinh(c*x))/(pi*c^2*x^2+pi)^(3/2),x, algorithm="fricas")

[Out]

integral(sqrt(pi + pi*c^2*x^2)*(b*arcsinh(c*x) + a)/(pi^2*c^4*x^4 + 2*pi^2*c^2*x^2 + pi^2), x)

Sympy [F]

\[ \int \frac {a+b \text {arcsinh}(c x)}{\left (\pi +c^2 \pi x^2\right )^{3/2}} \, dx=\frac {\int \frac {a}{c^{2} x^{2} \sqrt {c^{2} x^{2} + 1} + \sqrt {c^{2} x^{2} + 1}}\, dx + \int \frac {b \operatorname {asinh}{\left (c x \right )}}{c^{2} x^{2} \sqrt {c^{2} x^{2} + 1} + \sqrt {c^{2} x^{2} + 1}}\, dx}{\pi ^{\frac {3}{2}}} \]

[In]

integrate((a+b*asinh(c*x))/(pi*c**2*x**2+pi)**(3/2),x)

[Out]

(Integral(a/(c**2*x**2*sqrt(c**2*x**2 + 1) + sqrt(c**2*x**2 + 1)), x) + Integral(b*asinh(c*x)/(c**2*x**2*sqrt(
c**2*x**2 + 1) + sqrt(c**2*x**2 + 1)), x))/pi**(3/2)

Maxima [A] (verification not implemented)

none

Time = 0.20 (sec) , antiderivative size = 58, normalized size of antiderivative = 1.14 \[ \int \frac {a+b \text {arcsinh}(c x)}{\left (\pi +c^2 \pi x^2\right )^{3/2}} \, dx=\frac {b x \operatorname {arsinh}\left (c x\right )}{\pi \sqrt {\pi + \pi c^{2} x^{2}}} + \frac {a x}{\pi \sqrt {\pi + \pi c^{2} x^{2}}} - \frac {b \log \left (x^{2} + \frac {1}{c^{2}}\right )}{2 \, \pi ^{\frac {3}{2}} c} \]

[In]

integrate((a+b*arcsinh(c*x))/(pi*c^2*x^2+pi)^(3/2),x, algorithm="maxima")

[Out]

b*x*arcsinh(c*x)/(pi*sqrt(pi + pi*c^2*x^2)) + a*x/(pi*sqrt(pi + pi*c^2*x^2)) - 1/2*b*log(x^2 + 1/c^2)/(pi^(3/2
)*c)

Giac [F]

\[ \int \frac {a+b \text {arcsinh}(c x)}{\left (\pi +c^2 \pi x^2\right )^{3/2}} \, dx=\int { \frac {b \operatorname {arsinh}\left (c x\right ) + a}{{\left (\pi + \pi c^{2} x^{2}\right )}^{\frac {3}{2}}} \,d x } \]

[In]

integrate((a+b*arcsinh(c*x))/(pi*c^2*x^2+pi)^(3/2),x, algorithm="giac")

[Out]

integrate((b*arcsinh(c*x) + a)/(pi + pi*c^2*x^2)^(3/2), x)

Mupad [F(-1)]

Timed out. \[ \int \frac {a+b \text {arcsinh}(c x)}{\left (\pi +c^2 \pi x^2\right )^{3/2}} \, dx=\int \frac {a+b\,\mathrm {asinh}\left (c\,x\right )}{{\left (\Pi \,c^2\,x^2+\Pi \right )}^{3/2}} \,d x \]

[In]

int((a + b*asinh(c*x))/(Pi + Pi*c^2*x^2)^(3/2),x)

[Out]

int((a + b*asinh(c*x))/(Pi + Pi*c^2*x^2)^(3/2), x)